home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / cc / panel / scripts / DefineButton2_92 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  318 b   |  18 lines

  1. on(press){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    tellTarget("_level40/sound")
  7.    {
  8.       gotoAndStop("accept");
  9.    }
  10.    tellTarget("numBounce")
  11.    {
  12.       gotoAndStop("over");
  13.    }
  14.    set("../calcCode:memOperator",_name);
  15.    call("../calcCode:DoMem");
  16.    gotoAndPlay(25);
  17. }
  18.